ci: Drop an unused files
authorColin Walters <walters@verbum.org>
Tue, 31 May 2022 14:49:09 +0000 (10:49 -0400)
committerColin Walters <walters@verbum.org>
Tue, 31 May 2022 15:42:42 +0000 (11:42 -0400)
Cruft from previous CI flows.

ci/fah29-insttests.sh [deleted file]
ci/provision-prep.sh [deleted file]

diff --git a/ci/fah29-insttests.sh b/ci/fah29-insttests.sh
deleted file mode 100755 (executable)
index a045cf5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/bash
-set -xeuo pipefail
-
-./tests/installed/provision.sh
-# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
-cd tests/installed
-curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest
-exec env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh
diff --git a/ci/provision-prep.sh b/ci/provision-prep.sh
deleted file mode 100755 (executable)
index 96a2041..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/bash
-# Prepare the current environment
-
-set -xeuo pipefail
-
-dn=$(dirname $0)
-. ${dn}/libbuild.sh
-pkg_upgrade
-pkg_install_buildroot
-pkg_install sudo which attr fuse strace \
-            libubsan libasan libtsan PyYAML elfutils
-pkg_install_if_os fedora gjs gnome-desktop-testing parallel coccinelle clang
-
-if test -n "${CI_PKGS:-}"; then
-    pkg_install ${CI_PKGS}
-fi